projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a7894e
)
Disable ido-everywhere when ido-mode is off
author
Dmitry Gutov
<dgutov@yandex.ru>
Fri, 22 May 2020 00:37:56 +0000
(
03:37
+0300)
committer
Dmitry Gutov
<dgutov@yandex.ru>
Sat, 23 May 2020 01:54:42 +0000
(
04:54
+0300)
* lisp/ido.el (ido-mode): Disable the effects of 'ido-everywhere'
when ido-mode is turned off.
lisp/ido.el
patch
|
blob
|
history
diff --git
a/lisp/ido.el
b/lisp/ido.el
index 5716c6ff44206ad49e174477904eff362486805b..ad71d468cb41f13c81dd95a6dca15b71d00a2ddd 100644
(file)
--- a/
lisp/ido.el
+++ b/
lisp/ido.el
@@
-1549,7
+1549,7
@@
This function also adds a hook to the minibuffer."
((> (prefix-numeric-value arg) 0) 'both)
(t nil)))
- (ido-everywhere (if
ido-everywhere
1 -1))
+ (ido-everywhere (if
(and ido-mode ido-everywhere)
1 -1))
(when ido-mode
(ido-common-initialization)